MenuPopUp version 1.1

This applet provides a usual popup menu when the mouse enters over the applet area or when the user clics. The popup menu can appear centered, where the mouse enters, or at random. This lets the user navigate easily in your site. You can set the menu items, the links...

Name

Description

Default

Status

text#1, text#2,...,text#N,
text#1#1, text#1#1#1,...
text#2#1, text#2#1#1,...
text#N#1,text#N#1#1,...

the texts hierarchy in the menu:
for instance the children of an item text#1 can be text#1#1, text#1#2,...and the children of text#1#1 can be text#1#1#1, text#1#1#2,...

-

required

link#1, link#2,...,link#N,
link#1#1, link#1#1#1,...
link#2#1, link#2#1#1,...
link#N#1,link#N#1#1,...
the links hierarchy in the menu:
these are the links (for instance link#1#1 = 'http://www.taijisoftware.com') where the browser point when the user clics on the items (for instance text#1#1 = 'TaijiSoftware')
- required
target

the target of the new page :
           - "_blank" : show in a new unnamed top-level window
           - "_self" : show in the current frame
           - "_parent" : show in the parent frame
           - "_top" : show in the top-most frame
or a custom frame name

_blank required
mode -"enter" : shows the popup when the mouse enters over the applet area
-"clic" : shows the popup when the user clics over the applet area
enter required
location -"centered" : shows the popup centered over the applet area
-"random" : shows the popup at random over the applet area
-"mouse" : shows the popup where the mouse enters
mouse required
background_color the background color gray required
enter_background_color the background color when mouse over background color optional
text a text displayed centered - optional
text_height the height of the text 10 optional
text_color the color of the text black optional
status_bar_text the text to display in the status bar when the mouse is over - optional
sound_name the sound played on load - optional
loop_sound - "yes" : to loop the onload sound
- "no" : played one time
no optional
clic_sound_name the sound played when click - optional
registration_code the registration code - required

 

Special notes

* note: you can put relative URL (to target a file on your site) or absolute (with "http://...")
URL. example:
    relative URL: ../home/home.html
    absolute URL: http://www.yahoo.com

* The background color format is hexadecimal format like this : blue is "#0000ff"", red is "#ff0000" ... If you want that the background color is the same as the one of the page, look at the html source file and find the balise : <body bgcolor="#00FFFF"> then copy the value, here it's "#00ffff". Use the "HexColor" applet to convert RGB color to hexadecimal color.

 

Copyright 1999-2001 Taiji Software
All Rights Reserved
http://www.taijisoftware.com
support@taijisoftware.com